All commands only have to be specified to the point they are unique (for most commands this means one character). Case is not significant.
ADDint1,int2 Arithmetic sum.int1 + int2
ANDint1,int2 Logical and.int1 and int2
ASSERTAssert DTR.0
BREAKlen,drop-dtr Send Break for len (integer) mSec, drop DTR according to the drop-dtr (integer) value.0
CONCATstr1,str2 Concatenate str1 (string) and str2 (string) and put the result in the variable $TEMP.0
COPYnr,str Copy str (string) to string variable number nr (integer).0
COMPAREstr1,str2 Compare str1 (string) to str2 (string). 1 if str1 equals str2 else 0.
DROPDrop DTR.0
DIALnumDial number num (1 to 10). 1 if sucessful, 0 otherwise.
ECHOmessageEcho message (string).0
FILESELECTORpath,filename,prompt Show a fileselector with path path (string), filename filename (string) and a prompt of prompt (string). The new values for path and filename are in the variables $PATH and $FILENAME. 1 if OK is selected, else 0.
GETin-string,time Wait for in-string (string), with timeout time (integer) sec 1 if sucsessful.
HANGUPHangup the modem.0
HISTORYswitchTurn history recording on if switch is 1 (does not reset the buffer).0
INLINEmode Reads a line from the keyboard (until Return is pressed or a maximum of 80 characters are read, ControlC aborts), if mode (integer) is 1 (true) the characters are echoed. Delete and Backspace cause a destructive backspace. The line read is copied into $TEMP.0
INPUTprompt Prompt for a line of input, result is in $TEMP, prompt is a string. 1 if OK is selected.
KERMITmode,8-bit-mode,filespec
Start Kermit filetransfer with the following parameters:
mode (string):SEND : send file(s)
REC : receive file(s)
GET : receive file(s) from server
8-bit-mode (integer):0 : 7 bit ASCII text
1 : 8 bit binary
filespec (string): file specification with wildcards
0
LOADSETUPname Load the setup file with name name (string).0
LOADTELfilenameLoad a dialer setup file.0
MESSAGEmsg Displays msg (string) on the statusline. If msg is empty the normal statusline is restored.0
MACROnameExecute the macro with filename name (string) from disk, default path is the current directory the value of the exit command, or
-3 : syntax error (line in $TEMP)
-2 : not enough stack (nested more than one level)
-1 : macro buffer full (more than 4kB).
ORint1,int2 Logical or.int1 or int2
PATHpathChange default path to path (string).0
POPUPentry,command,nameRedefines an entry in the popup menu:
entry : 1..20
command : see list
name : string that will be displayed0
RUNname,commandline Execute program name (string) with commandline commandline (string). If its a .TTP program you'll be asked for parameters. Return code of program.
REASSIGNalt-key,command Assigns integer value command to the alternate key value alt-key. 0
RS232CONFconf-str Sets the serial port to the values specified in the string conf-str, consult the section on the dialer setup for information on the format of the string0
SENDout-stringSend out-string (string).0
SETnr,int Set integer variable number nr (integer) to int (integer)0
SUSPEND Displays ``Press any key...'' on the statusline and waits for a keypress. 0
WAITtimeWait for time (integer) mSecĂ—100.0
UNICOMMANDcommand Execute one of UniTerm's internal commands, see list.0
XMODEMmode,file
Start XModem with:
mode (string):SEND : send file
REC : receive file
file (string): file to send/receive
0
YMODEMmode,filespec
Start YModem with:
mode (string):SEND : send file(s)
REC : receive file(s)
filespec (string): file specification with wildcards
0